-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ibc-core): copy substitute consensus state during client recovery #1197
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1197 +/- ##
==========================================
+ Coverage 64.33% 64.41% +0.07%
==========================================
Files 229 230 +1
Lines 22083 22112 +29
==========================================
+ Hits 14208 14243 +35
+ Misses 7875 7869 -6 ☔ View full report in Codecov by Sentry. |
…om/cosmos/ibc-rs into sean/fix/client-recovery-consensus
b93b3c3
to
6f52da0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
The e2e tests at basecoin side are passing 🚀
…#1197) * Pass substitute consensus state into client recovery methods * Fix update_on_recovery call in ibc-clients/cw-context * refactor encode_vec to into_any * consume new_client_state later * update ibc_derive * update mock client state * cargo format * Change `use` statement formatting * add store_update_meta at MockClientState::initialise * consistent naming * Remove `into_any` trait methods * rm ConsensusState::into_any from ibc-derive * test consensus state recovery * link on doc strings --------- Co-authored-by: Ranadeep Biswas <[email protected]>
Closes: #1196
Description
PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.